home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / GRAPHICS / GRAPHUTL / H524.ZIP / TICO110.EXE / TOOLS / HISTORY.DOC < prev    next >
Encoding:
Text File  |  1994-03-31  |  4.9 KB  |  117 lines

  1. TICO History
  2. ------------
  3.  
  4.  
  5. Ver.   Date        Comments
  6.  
  7.  1.10  31.3.94     Fixed bug with "Load Palette".
  8.  
  9.                    Fixed bug with "Batch Process" option which could
  10.                    prevent files from being saved.
  11.  
  12.                    Fixed bug with "Sobel" edge detection on 24-bit files
  13.                    which left a blue line on the left side of the image.
  14.  
  15.                    Modified BMPMAN.EXE to accept DIBs in any format, thus
  16.                    adding CLP, WMF and ICO to the import format list.
  17.                    Also fixed problem importing some BMP files.
  18.  
  19.                    Added PCX2PCL program, exports mono PCX files to
  20.                    Hewlett-Packard PCL files.
  21.  
  22.                    Added code to MAKEPCX.EXE to import PCL format files.
  23.  
  24.                    Improved memory management in low-memory situations.
  25.  
  26.                    Optimized almost all utilities for size , saving 100K + 
  27.                    in total.
  28.  
  29.                    Condensed several individual utilities ( GIF2PCX, 
  30.                    DCX2PCX, WPG2PCX ) into MAKEPCX.EXE to save space.
  31.  
  32.                    Split TICO into two parts to ensure the main package
  33.                    fits onto a single 720k floppy. The other disk consists
  34.                    of additional programs which may be useful, but are
  35.                    not required for basic operation.
  36.  
  37.                     ---
  38.  
  39.  1.03   1.3.94     Optimized FILTERS.EXE to run a little bit faster,  
  40.                    especially on 24-bit files.
  41.  
  42.                    Re-wrote DCX2PCX to be simpler, faster and smaller
  43.                    ( 6K instead of 27K ! )
  44.  
  45.                    Used stub files to make TICO.EXE 10k smaller, and
  46.                    freed up approximately 7K of RAM.
  47.  
  48.                    Fixed bug in XFORMPCX that trashed the palette of
  49.                    16 colour files, when you scaled them.
  50.  
  51.                    Adapted TIFMAN to accept TIFF previews in EPS files,
  52.                    & handle Packbits compression. Made reading files 
  53.                    more reliable by setting the correct TIFF defaults.
  54.  
  55.                    Altered the code in the "Open" and "Save As" dialog
  56.                    to correct a problem when selecting "File Type".
  57.  
  58.                    Fixed bug in MAKEPCX.EXE that stopped it working 
  59.                    at all. Oh dear - I wonder how long that was there ?
  60.  
  61.                    Fixed bug where RGB/ CMY colour adjusts were treated
  62.                    as a percentage rather than an "add-on" figure - so
  63.                    adjustments over 100 did not work at all !
  64.  
  65.                    Fixed nasty bug which could crash your system if using
  66.                    "Flip" on a 16 colour file.
  67.  
  68.                     ---
  69.  
  70.  1.02  25.2.94     Added import filter for uncompressed ColoRix SCx files.
  71.                    I wonder if it works ?
  72.  
  73.                    Added code permitting the use of wildcards in an import
  74.                    filter file specification, i.e. "SC* = RIX2PCX".
  75.  
  76.                    Fixed bug importing 16 colour BMP files.
  77.  
  78.                    Added support for use of Handmade Softwares "Image
  79.                    Alchemy" utility, a great command-line shareware
  80.                    utility that can add formats like EPS, GIF write,
  81.                    IFF, LBM, JPG, PCL etc. to TICO. Support is transparent,
  82.                    i.e. when it's set up correctly, you can load and save
  83.                    files in these formats from within TICO, just like the
  84.                    internally supported formats.
  85.  
  86.                     ---
  87.  
  88.  1.01  21.2.94     New host files added supporting Mode X undocumented 
  89.                    VGA display modes. They support the following :-
  90.                         
  91.                      STUBMX1.HST ... 320 x 400 x 256 
  92.                      STUBMX2.HST ... 360 x 200 x 256
  93.                      STUBMX3.HST ... 360 x 400 x 256
  94.                      STUBMX4.HST ... 320 x 240 x 256
  95.                      STUBMX5.HST ... 320 x 480 x 256
  96.                      STUBMX6.HST ... 360 x 240 x 256
  97.                      STUBMX7.HST ... 360 x 480 x 256
  98.  
  99.                    This extends the range supported previously, and
  100.                    the EXE files produced are slightly smaller ( 250
  101.                    bytes after compression ) and twice as fast.
  102.                    Unfortunately, they will not work with 8086 processors,
  103.                    so the old files ( STUB06.HST and STUB07.HST ) have
  104.                    been retained, and support has been added to separate
  105.                    host files on the basis of target processor.
  106.  
  107.                    Altered code so that files loaded by "File", "Open"
  108.                    always appear at the bottom of the loaded file list.
  109.  
  110.                    Altered code so that when selecting a file type in the
  111.                    "Save As" dialog box, the file name is also updated.
  112.  
  113.                     ---
  114.  
  115.  1.0   14.2.94     First shareware release.
  116.  
  117.